projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
967ecc8
)
win32: fix warning
author
Ignacio Casal Quinteiro
<icq@gnome.org>
Fri, 15 Jan 2016 19:53:51 +0000
(11:53 -0800)
committer
Ignacio Casal Quinteiro
<icq@gnome.org>
Fri, 15 Jan 2016 10:56:01 +0000
(11:56 +0100)
gdk/win32/gdkselection-win32.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkselection-win32.c
b/gdk/win32/gdkselection-win32.c
index 0f48c7d3880c971ca0ec631240325c89715be2f1..e1beb0694751b8e96e1b0a79b0863087006e536e 100644
(file)
--- a/
gdk/win32/gdkselection-win32.c
+++ b/
gdk/win32/gdkselection-win32.c
@@
-849,7
+849,7
@@
_gdk_win32_display_get_selection_property (GdkDisplay *display,
GDK_NOTE (DND, {
gchar *type_name = gdk_atom_name (prop->type);
- g_print (" %s format:%d length:%
d
\n", type_name, prop->format, prop->length);
+ g_print (" %s format:%d length:%
"G_GSIZE_FORMAT"
\n", type_name, prop->format, prop->length);
g_free (type_name);
});